/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

 .return-flight-sec {
    padding-bottom: 3px;
    padding-top: 5px;
    color: #0071cc;
    border-bottom: 1px solid #0071cc;
    margin-bottom: 30px;
    display: inline-table;
}

.second-trip-icon {
    margin-right: 15px !important;
    padding-top: 22px;
}

ul.catList,ul.flightControl,.catListd ,.flightControls {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.catList li, ul.flightControl li,.catListd li,.flightControls li {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #efefef;
    margin-bottom: 8px;
    padding: 2px 5px;
    display: block;
    width: 142px; 
    text-align: center;
}
ul.catList li.active ,ul.flightControl li.active,.catListd li.active,.flightControls li.active{
    font-size: 16px;
    font-weight: 600;
    color: #009ce3;
    border: 1px solid #009ce3;

}
a.addCity,.removeCity {
    background: #0071cc;
    color: #FFF;
    font-size: 12px !important;
    padding: 0px 4px;
    border-radius: 4px;
    float: right;
}
a.removeCity {
    margin-bottom: -14px;
    background: #e44d4d;
    font-size: 10px !important;
}

#header {
 
    padding: 12px 0 !important;
}
/*
.book-btn {
    margin-right: -10px !important;
    padding-right: 0 !important;
} */

.select2-container--default .select2-selection--single {
    height: 50px;
    padding-top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #838686;
}

.notification{
    top: 10px;
    left: 15%;
}

.company-info img {
    height: 50px;
}
/* Datepicker input feild Custome Design */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}